From: Jo-Philipp Wich Date: Wed, 22 Nov 2023 18:13:32 +0000 (+0100) Subject: Merge pull request #6715 from systemcrash/32to64hostid X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=0f22fcf2512c6b0eed92f8ce2f70a2d21ec653ea;p=project%2Fluci.git Merge pull request #6715 from systemcrash/32to64hostid --- diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js index 04b57a277d..da0eeabb5a 100644 --- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js +++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js @@ -909,8 +909,8 @@ return view.extend({ so = ss.option(form.Value, 'hostid', _('IPv6-Suffix (hex)'), - _('The IPv6 interface identifier (address suffix) as hexadecimal number (max. 8 chars).')); - so.datatype = 'and(rangelength(0,8),hexstring)'; + _('The IPv6 interface identifier (address suffix) as hexadecimal number (max. 16 chars).')); + so.datatype = 'and(rangelength(0,16),hexstring)'; so = ss.option(form.DynamicList, 'tag', _('Tag'),